home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Graphics / Random Graphics / Funny Day / card_8436.txt < prev    next >
Encoding:
Text File  |  1988-04-24  |  365 b   |  26 lines

  1. -- card: 8436 from stack: in
  2. -- bmap block id: 9922
  3. -- flags: 0000
  4. -- background id: 2592
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on idle
  8.   global count
  9.   global switch
  10.   if switch is 1 then
  11.     subtract 1 from count
  12.     wait 5
  13.     if count > 45 then go back
  14.     else go next
  15.   else if switch is 2 then
  16.     visual effect dissolve
  17.     go next
  18.   end if
  19. end idle
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.